projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a9dabd
)
Bug #608410. Set cursor position after inserting text.
author
Li Yuan
<li.yuan@sun.com>
Fri, 29 Jan 2010 06:16:24 +0000
(14:16 +0800)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:55:28 +0000
(20:55 -0400)
modules/other/gail/gailentry.c
patch
|
blob
|
history
diff --git
a/modules/other/gail/gailentry.c
b/modules/other/gail/gailentry.c
index 5a7ba4a3b389a922d41afbc243e330723abc6c76..d72a9235d6c63a4c65f5e4652c5a2fa58b86ab11 100644
(file)
--- a/
modules/other/gail/gailentry.c
+++ b/
modules/other/gail/gailentry.c
@@
-888,6
+888,7
@@
gail_entry_insert_text (AtkEditableText *text,
return;
gtk_editable_insert_text (editable, string, length, position);
+ gtk_editable_set_position (editable, *position);
}
static void